ScreenCastOptions

fun ScreenCastOptions(screen: Screen, withAudio: Boolean = false): ScreenCastOptions
fun ScreenCastOptions(screen: Screen, withAudio: Boolean = false): ScreenCastOptions

Creates a new instance of ScreenCastOptions with the given parameters.

Since

8.0.0

Parameters

screen

A screen, the content of which will be cast.

withAudio

Tells whether audio should be cast along with video. As for now, audio casting is available only on Windows.